home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_mysql.idb / usr / freeware / src / mysql / patches.z / patches
Encoding:
Text File  |  2002-10-07  |  3.3 KB  |  106 lines

  1. --- ./man/mysqldump.1    Tue Aug 13 18:08:16 2002
  2. +++ ../mysql-3.23.52/./man/mysqldump.1    Wed Sep 25 17:09:05 2002
  3. @@ -1,7 +1,6 @@
  4.  .TH MYSQLDUMP 1 "19 December 2000"
  5.  .SH NAME
  6. -mysqldump \- text-based client for dumping or backing up mysql databases , tables and or data.
  7. -
  8. +mysqldump \- text-based client for dumping or backing up mysql databases, tables and or data.
  9.  .SH  USAGE
  10.  .BR "mysqldump [\fP\fIOPTIONS\fP] database [\fP\fItables\fP]"
  11.  .TP
  12. @@ -10,7 +9,6 @@
  13.  .TP
  14.  OR
  15.  .BR "mysqldump [\fP\fIOPTIONS\fP] \-\-all-databases [\fP\fIOPTIONS\fP]"
  16. -
  17.  .SH OPTION SYNOPSIS
  18.  .B mysqldump
  19.  .RB [  \-A | \-\-all-databases ]
  20. @@ -64,7 +62,7 @@
  21.  .TP 
  22.  .BR  \-A | \-\-all\-databases 
  23.  Dump all the databases. This will be same as
  24. -.BR\-\-databases 
  25. +.BR \-\-databases 
  26.  with all databases selected.
  27.  .TP                        
  28.  .BR    \-a | \-\-all
  29. @@ -270,4 +268,4 @@
  30.  (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  31.  system developer (http://www.mercurmedia.com)
  32.  
  33. -.\" end of man page
  34. +.\" end of man page
  35. --- ./man/mysqlaccess.1    Tue Aug 13 18:08:15 2002
  36. +++ ../mysql-3.23.52/./man/mysqlaccess.1    Wed Sep 25 17:09:32 2002
  37. @@ -1,7 +1,6 @@
  38.  .TH MYSQLACCESS 1 "19 December 2000"
  39.  .SH NAME
  40. -.BR mysqlaccess
  41. - \- Create new users to mysql.
  42. +mysqlaccess \- Create new users to mysql.
  43.  .SH USAGE
  44.  mysqlaccess [host [user [db]]] OPTIONS
  45.  .SH SYNOPSIS
  46. @@ -93,7 +92,7 @@
  47.      + At least the user and the db must be given (even with wildcards)
  48.      + If no host is given, `localhost' is assumed
  49.      + Wilcards (*,?,%,_) are allowed for host, user and db, but be sure 
  50. -      to escape them from your shell!! (ie type \* or '*')
  51. +      to escape them from your shell!! (ie type \\* or '*')
  52.  .SH "SEE ALSO"
  53.  isamchk (1),
  54.  isamlog (1),
  55. --- ./innobase/log/log0recv.c    Tue Aug 13 18:08:14 2002
  56. +++ ../mysql-3.23.52/./innobase/log/log0recv.c    Wed Sep 25 17:15:02 2002
  57. @@ -1381,7 +1381,7 @@
  58.                              &success);
  59.              if (!success) {
  60.                  printf(
  61. -"InnoDB: Error: cannot open %lu'th data file %s\n", nth_file);
  62. +"InnoDB: Error: cannot open %lu'th data file %s\n", nth_file, data_files[nth_file]);
  63.  
  64.                  exit(1);
  65.              }
  66. @@ -1398,7 +1398,7 @@
  67.              if (!success) {
  68.                  printf(
  69.  "InnoDB: Error: cannot read page no %lu from %lu'th data file %s\n",
  70. -                nth_page_in_file, nth_file);
  71. +                nth_page_in_file, nth_file, data_files[nth_file]);
  72.  
  73.                  exit(1);
  74.              }
  75. @@ -1426,7 +1426,7 @@
  76.              if (!success) {
  77.                  printf(
  78.  "InnoDB: Error: cannot write page no %lu to %lu'th data file %s\n",
  79. -                nth_page_in_file, nth_file);
  80. +                nth_page_in_file, nth_file, data_files[nth_file]);
  81.  
  82.                  exit(1);
  83.              }
  84. --- ./innobase/dict/dict0load.c    Tue Aug 13 18:08:14 2002
  85. +++ ../mysql-3.23.52/./innobase/dict/dict0load.c    Wed Sep 25 17:13:10 2002
  86. @@ -335,7 +335,7 @@
  87.          ut_a(btr_pcur_is_on_user_rec(&pcur, &mtr));
  88.          if (rec_get_deleted_flag(rec)) {
  89.              fprintf(stderr,
  90. -"InnoDB: Error: data dictionary entry for table %s is corrupt!\n",
  91. +"InnoDB: Error: data dictionary entry for table %s is corrupt!\n"
  92.  "InnoDB: An index field is delete marked.\n",
  93.              table->name);
  94.          }
  95. --- ./configure    Tue Aug 13 18:14:46 2002
  96. +++ ../mysql-3.23.52/./configure    Wed Sep 25 17:10:10 2002
  97. @@ -7291,7 +7291,7 @@
  98.        echo "Using --with-named-thread=-lpthread"
  99.        with_named_thread="-lpthread"
  100.      fi
  101. -    CXXFLAGS="-D_BOOL"
  102. +    CXXFLAGS="$CXXFLAGS -D_BOOL"
  103.      ;;
  104.      *aix4.3*)
  105.        echo "Adding defines for AIX"
  106.